home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilstem / dosutil2 / sprint.doc < prev    next >
Text File  |  1993-01-01  |  2KB  |  41 lines

  1. SPRINT: Speedy  PRINT replacement for IBM ROM BIOS routines.
  2.         =       =====
  3.  
  4. Ver 1.0 - 11/04/84 by Ward Christensen
  5.  
  6. PURPOSE:
  7. - To make screen print MUCH faster than the BIOS ROM routine under most
  8. conditions by suppressing trailing blanks from the print lines.
  9. - To have an execution-time option to eject the page after the print.
  10. - To translate unprintable control characters shown on the screen, to '.' so
  11. the printer won't "mess up".  (Prompted by Phoenix PFIX debugger which places
  12. 04H characters on the screen to represent unprintable characters in its ASCII
  13. dump)
  14. - To simulate an IBM printer box graphics when printing on a Gemini 10-X
  15. printer.
  16.  
  17. INSTALLATION:
  18. - Simply type: SPRINT, or place it in your AUTOEXEC.BAT.
  19.  
  20. DEPENDENCIES:
  21. - Uses BIOS ROM int 17h for printer output, and INT 10h to get the characters
  22. off the screen.
  23. - Must be installed BEFORE GRAF or GRAPHICS or other routines that assume INT
  24. 5 is the default screen-print routine.
  25.  
  26. OPERATION:
  27. - Left-Shift-PrtSc will print the screen, but NOT form-feed after print.
  28. - Right-Shift-PrtSc will print the screen and form-feed after print.
  29.  
  30. COPYRIGHT:
  31. - I do not place any conditions upon this program.  HOWEVER, This code is a
  32. "derivitive work" based upon the Copyrighted IBM BIOS screen print code, and
  33. thus is thus COPYRIGHT (C) IBM Corp.
  34.  
  35. NOTES:
  36. - The GEMINI translation is assembly-time optioned.  Users with a standard IBM
  37. printer will appreciate the speed improvement and form-feed option.
  38. - Jams itself into screen print INT 5, ignores what was there.
  39.  
  40.  
  41.